home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: cs.vu.nl!jalten
- From: jalten@cs.vu.nl (Alten JP)
- Subject: Re: Why C++ sucks++
- Nntp-Posting-Host: kits.cs.vu.nl
- References: <1996Jan29.223357.1@aspen> <4ek6e8$s76@reader2.ix.netcom.com> <4el6dl$a8n@crchh327.rich.bnr.ca>
- Sender: news@cs.vu.nl
- Organization: Fac. Wiskunde & Informatica, VU, Amsterdam
- Date: Tue, 30 Jan 1996 13:46:07 GMT
- X-Newsreader: TIN [version 1.2 PL2]
- Message-ID: <DLzy8w.J49.0.-s@cs.vu.nl>
-
- Joe Halpin (jhalpin@bnr.ca) wrote:
- : In article <4ek6e8$s76@reader2.ix.netcom.com>,
- : Jason D. Morris <jdmorris@ix.netcom.com> wrote:
- : >ferriom@aspen wrote:
-
- [flush]
-
- : Don't forget
-
- : #include <stdio.h>
-
- : int main()
- : {
- : printf("Hello, world.\n");
- : return 0;
- : }
-
- eh, if we're talking about C++, why not
- int main()
- {
- cout << "Hello, world" << endl;
- return 0;
- }
-
- :-)
-
- Jelle
-
- --
- +-------------------------------------------------------+
- | Jelle Paul Alten | jalten@cs.vu.nl |
- | Vrije Universiteit Amsterdam | |
- +-------------------------------------------------------+
-